summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-24
|\
| * h264: Split h264 slice decoding from nal decodingLuca Barbato2014-03-23
* | Merge commit 'e9a77f4bc084e5174baba3a8bc869ce4d102c4f0'Michael Niedermayer2014-03-24
|\|
| * h264: move macroblock decoding into its own fileVittorio Giovara2014-03-23
* | avcodec/h264: fix Lossless Decoding (Profile 244) for 8x8 Intra PredictionYogender Kumar Gupta2014-03-18
* | Merge commit 'd24e9a99a40166bf881ccd2e3ae5688af4726658'Michael Niedermayer2014-03-17
|\|
| * h264 does not depend on mpegvideo any moreVittorio Giovara2014-03-16
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-17
|\|
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* | Merge commit '136034d86b5cb1819a2c3e6ecdfeb05dcba7140d'Michael Niedermayer2014-03-17
|\|
| * h264: Remove MotionEstContext and move the relevant fields to H264ContextVittorio Giovara2014-03-16
* | Merge commit 'e3c2d0f3d41f79f7be7ba944aaca2e287c7d5c7c'Michael Niedermayer2014-03-17
|\|
| * h264: Replace mpegvideo-specific MAX_THREADS by private defineVittorio Giovara2014-03-16
* | Merge commit '5d1c2e53ab3ce27b48c138d22bb01ff8e8304f27'Michael Niedermayer2014-03-17
|\|
| * h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private defineVittorio Giovara2014-03-16
* | avcodec/h264: h264_set_erpic() clear destinationMichael Niedermayer2014-03-17
* | Merge commit '9b749c8274f6b6f35dde2cf29b99fa4f719abf87'Michael Niedermayer2014-03-17
|\|
| * h264: move relevant fields from Picture to H264PictureVittorio Giovara2014-03-16
* | Merge commit 'd66e305bd1b4f3e91ae4e7e549148509d0811672'Michael Niedermayer2014-03-17
|\|
| * er: move relevant fields from Picture to ERPictureVittorio Giovara2014-03-16
* | Merge commit '1c79b1625d4d257bfd01eccb84cc0ab355fb9a9e'Michael Niedermayer2014-03-17
|\|
| * h264: directly use frames in ff_h264_draw_horiz_band()Vittorio Giovara2014-03-16
* | avcodec/h264: be more tolerant on what pixel format changes trigger reinitsMichael Niedermayer2014-03-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-28
|\|
| * Give IDCT matrix transpose macro a more descriptive nameDiego Biurrun2014-02-27
| * h264: Fix a typo from the previous commitLuca Barbato2014-02-22
* | avcodec/h264: allow mixing idr and non idr slices with frame threading againMichael Niedermayer2014-02-27
* | avcodec/h264: fix droped frame handling also for threads > 1Michael Niedermayer2014-02-27
* | avcodec/h264: avoid using lost frames as referencesMichael Niedermayer2014-02-27
* | avcodec/h264: clear chroma planes when flags gray is usedMichael Niedermayer2014-02-23
* | avcodec/h264: use subsample factors of the used pixel formatMichael Niedermayer2014-02-21
* | avcodec/h264: fix sign errorMichael Niedermayer2014-02-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-21
|\|
| * h264: Lower bound check for slice offsetsVittorio Giovara2014-02-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-19
|\|
| * h264: informative error reporting in decode_slice_header()Luca Barbato2014-02-18
| * h264: fix slice_type value reported in decode_slice_header()Luca Barbato2014-02-18
* | avcodec/h264: more completely check the loop filter parametersMichael Niedermayer2014-02-17
* | Merge commit '15210354cf27cf4e24d91f84d66cf471511ce718'Michael Niedermayer2014-02-14
|\|
| * h264: drop outdated commentsVittorio Giovara2014-02-14
* | Merge commit '3a0576702825423abecb32627c530dbc4c0f73bc'Michael Niedermayer2014-02-14
|\|
| * h264: store current_sps_id inside the current spsVittorio Giovara2014-02-14
* | Merge commit '73e8fab31dc19c4371499e612856accbc00b2820'Michael Niedermayer2014-02-14
|\|
| * h264: print values in case of errorVittorio Giovara2014-02-14
* | Merge commit 'f795a8a8bf5e312dad2c2829c543b9d309376ca1'Michael Niedermayer2014-02-14
|\|
| * h264: make context_count unsignedJanne Grunau2014-02-12
* | Merge commit '1f097d168d9cad473dd44010a337c1413a9cd198'Michael Niedermayer2014-02-04
|\|
| * h264: reset data partitioning at the beginning of each decode callAnton Khirnov2014-02-04
* | avcodec/h264: update current_sps & sps->new only after the whole slice header...Michael Niedermayer2014-02-04
* | avcodec/h264: Disallow pps_id changing between slicesMichael Niedermayer2014-02-04