summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Decoder Update mb count after mb map is set.Harish Mahendrakar2016-01-072-11/+6
|\
| * Decoder Update mb count after mb map is set.Harish Mahendrakar2016-01-072-11/+6
* | Remove __DATE__/__TIME__ from Android buildsDan Willemsen2015-10-302-0/+14
* | Reconcile branch with master after mass cherrypicksMarco Nelissen2015-10-161-4/+0
* | Decoder: Memset 8 extra bytes at the end of internal bitstream bufferHarish Mahendrakar2015-10-161-0/+5
* | Decoder: Once all the MBs in a picture are decoded ignore remaining bytesHarish Mahendrakar2015-10-162-4/+0
* | Decoder: Exit gracefully in case of allocation failureHarish Mahendrakar2015-10-161-0/+3
* | Decoder: Added a check for unsupported resolutionsHarish Mahendrakar2015-10-131-0/+6
* | Encoder added support for VUI paramsHamsalekha S2015-10-095-6/+145
* | Moved check for level after check for resolution change.Hamsalekha S2015-10-091-0/+4
* | Fix a typo in gai4_ih264_max_luma_pic_sizeMartin Storsjo2015-10-091-1/+1
* | Decoder: Fixed an issue in handling flushHarish Mahendrakar2015-09-252-14/+14
* | Decoder: Fixed an out of bound read in intra pred buffersHarish Mahendrakar2015-09-251-3/+20
* | Decoder: Reduced memory requirementsHarish Mahendrakar2015-09-2320-3012/+1558
|/
* Return error in SPS/PPS parsing when extra bytes are read from inputHarish Mahendrakar2015-09-181-2/+13
* Merge "Encoder: Fixed an issue in handling FPS greater than 60" into mnc-devRonghua Wu2015-08-031-2/+10
|\
| * Encoder: Fixed an issue in handling FPS greater than 60Harish Mahendrakar2015-08-031-2/+10
* | Support for level greater than level at init in DecoderHamsalekha S2015-07-314-12/+87
* | Decoder: Fixed issues shown by ValgrindHamsalekha S2015-07-312-20/+29
* | Don't use side effects in the macro PUT_BITS_SEV parametersMartin Storsjo2015-07-311-4/+8
* | Made gops closedHarinarayanan K K2015-07-313-10/+13
* | Always do recon of 4x4 intra blocksMartin Storsjo2015-07-311-21/+13
* | Validate the u4_entropy_coding_mode fieldMartin Storsjo2015-07-312-0/+12
* | Fixed issue in cost computation for BIPRED MEHarinarayanan K K2015-07-311-4/+4
* | Cabac optimizationsDoney Alex2015-07-313-75/+32
* | Use INT_MAX as i4_max_sad in ih264e_evaluate_bipredMartin Storsjo2015-07-311-1/+1
* | Make sure that apv_bufs[0] and u4_is_last always are setMartin Storsjo2015-07-312-2/+12
* | avcenc: Initialize avg_timeMartin Storsjo2015-07-311-0/+1
* | Check the width/height and adjust level used for RCMartin Storsjo2015-07-311-1/+2
* | Fixed encode of trailing B framesHarinarayanan K K2015-07-311-0/+80
* | Remove the now unused stride field from the set dimensions structMartin Storsjo2015-07-313-13/+0
* | Fixed encode of single frameHarinarayanan K K2015-07-311-1/+1
* | Don't declare variables after statementsMartin Storsjo2015-07-313-20/+22
* | Mark arrays of pointers as constMartin Storsjo2015-07-312-4/+4
* | Don't set -mno-avxMartin Storsjo2015-07-314-4/+4
* | Remove double semicolons (empty statements)Martin Storsjo2015-07-312-2/+2
|/
* Fix MIPS buildMarco Nelissen2015-06-251-1/+1
* Remove all other thread implementations than pthreadMartin Storsjo2015-06-251-368/+0
* Don't declare variables after statementsMartin Storsjo2015-06-2510-39/+55
* Reorder code to avoid reading uninitialized dataMartin Storsjo2015-06-251-2/+2
* Force regenerating the header via i4_gen_header instead of i4_header_modeMartin Storsjo2015-06-252-1/+2
* Don't use static structs for rc initMartin Storsjo2015-06-2512-13/+13
* Initialize i4_non_ref_frames_in_stream before encoding SPS/PPSMartin Storsjo2015-06-252-6/+6
* avcenc: Make sure that "avcenc --help" works as intendedMartin Storsjo2015-06-251-0/+5
* avcenc: Check that enough arguments exist before parsingMartin Storsjo2015-06-251-1/+1
* Allow setting profile IV_PROFILE_MAINMartin Storsjo2015-06-251-1/+2
* Added check for minimum output buffer size.Harinarayanan K K2015-06-255-4/+17
* Added code to handle cases with qp less than 10Harinarayanan K K2015-06-253-11/+36
* Reduced memory requirements.Harinarayanan K K2015-06-258-65/+70
* Fixed QP lockupsHarinarayanan K K2015-06-252-99/+103