| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/h264: remove unused variable | Michael Niedermayer | 2013-12-28 | 1 | -2/+0 |
* | Merge commit '5b10ef729f610fcbc9c485e7b643ce53268144cb' | Michael Niedermayer | 2013-12-09 | 1 | -0/+8 |
|\ |
|
| * | h264: parse frame packing arrangement SEI messages and save relevant stereo3d... | Vittorio Giovara | 2013-12-09 | 1 | -1/+10 |
* | | Merge commit '28096e0a806e57376541e6222d315619906e3c55' | Michael Niedermayer | 2013-11-01 | 1 | -7/+19 |
|\| |
|
| * | h264: wait for initial complete frame before outputing frames | John Stebbins | 2013-10-31 | 1 | -0/+21 |
* | | Merge commit '93f305473f880729d18b5e42067f19d2106cb2e5' | Michael Niedermayer | 2013-10-16 | 1 | -1/+1 |
|\| |
|
| * | lavc: Convert some remaining strides to ptrdiff_t | Ronald S. Bultje | 2013-10-15 | 1 | -3/+3 |
* | | Merge commit '4baba6c813b7a1f27370e20fb1a87b05fcb39208' | Michael Niedermayer | 2013-10-16 | 1 | -0/+2 |
|\| |
|
| * | h264_parser: Fix POC parsing for the case where MMCO_RESET is present. | Yusuke Nakamura | 2013-10-15 | 1 | -0/+2 |
* | | Convert multiplier for MV from int to ptrdiff_t. | Ronald S. Bultje | 2013-09-28 | 1 | -3/+3 |
* | | h264: add frame packing as stereo_mode frame metadata | Joakim Plate | 2013-07-21 | 1 | -1/+35 |
* | | Merge commit 'e9e5a1bdc769a7225ab0d4f8b33bcacc6496bd68' | Michael Niedermayer | 2013-05-24 | 1 | -0/+1 |
|\| |
|
| * | h264_parser: Set field_order and picture_structure. | Yusuke Nakamura | 2013-05-24 | 1 | -0/+1 |
* | | Merge commit '5e83d9aced2fc2b2e1360452794c58aba55d497c' | Michael Niedermayer | 2013-04-19 | 1 | -0/+3 |
|\| |
|
| * | h264: fully support cropping. | Anton Khirnov | 2013-04-19 | 1 | -0/+3 |
* | | h264: add an argument to CHROMA for consistency | Michael Niedermayer | 2013-03-21 | 1 | -1/+1 |
* | | Merge commit '23e85be58fc64b2e804e68b0034a08a6d257e523' | Michael Niedermayer | 2013-03-21 | 1 | -2/+2 |
|\| |
|
| * | h264: add a parameter to the CHROMA444 macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
| * | h264: add a parameter to the CHROMA422 macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
* | | Merge commit '6d2b6f21eb45ffbda1103c772060303648714832' | Michael Niedermayer | 2013-03-21 | 1 | -4/+4 |
|\| |
|
| * | h264: add a parameter to the CABAC macro. | Anton Khirnov | 2013-03-21 | 1 | -3/+3 |
| * | h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro. | Anton Khirnov | 2013-03-21 | 1 | -1/+1 |
* | | Merge commit '7fa00653a550c0d24b3951c0f9fed6350ecf5ce4' | Michael Niedermayer | 2013-03-21 | 1 | -5/+5 |
|\| |
|
| * | h264: add a parameter to the FIELD_PICTURE macro. | Anton Khirnov | 2013-03-21 | 1 | -3/+3 |
| * | h264: add a parameter to the FRAME_MBAFF macro. | Anton Khirnov | 2013-03-21 | 1 | -3/+3 |
* | | Merge commit 'da6be8fcec16a94d8084bda8bb8a0a411a96bcf7' | Michael Niedermayer | 2013-03-21 | 1 | -4/+4 |
|\| |
|
| * | h264: add a parameter to the MB_FIELD macro. | Anton Khirnov | 2013-03-21 | 1 | -2/+2 |
| * | h264: add a parameter to the MB_MBAFF macro. | Anton Khirnov | 2013-03-21 | 1 | -2/+2 |
* | | Merge commit '25408b2a0660c1e6c8555559c4ed71dff2ede31e' | Michael Niedermayer | 2013-03-21 | 1 | -1/+0 |
|\| |
|
| * | h264: make ff_h264_frame_start static. | Anton Khirnov | 2013-03-21 | 1 | -1/+0 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -5/+8 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -5/+8 |
* | | Merge commit 'bcd0a7137e4aca0f6f598593b90ca8f338444c51' | Michael Niedermayer | 2013-03-08 | 1 | -0/+1 |
|\| |
|
| * | Add missing error_resilience includes to files that use ER | Diego Biurrun | 2013-03-07 | 1 | -0/+1 |
* | | h264: make it possible to compile without error_resilience. | Ronald S. Bultje | 2013-03-03 | 1 | -1/+1 |
* | | Merge commit '040c565e51985477a8fa5e42d2ddfb26ebde6608' | Michael Niedermayer | 2013-02-24 | 1 | -3/+3 |
|\| |
|
| * | Remove pointless av_cold attributes in header files | Diego Biurrun | 2013-02-23 | 1 | -3/+3 |
| * | h264/svq3: Stop using draw_edges | Ronald S. Bultje | 2013-02-19 | 1 | -3/+0 |
| * | h264: Don't store intra pcm samples in h->mb | Ronald S. Bultje | 2013-02-19 | 1 | -0/+1 |
* | | h264: Fix handling of changing reference counts between slices | Michael Niedermayer | 2013-02-20 | 1 | -0/+1 |
* | | h264: put visualization and debug support back | Michael Niedermayer | 2013-02-19 | 1 | -0/+2 |
* | | h264/svq3: stop using draw_edges. | Ronald S. Bultje | 2013-02-18 | 1 | -3/+0 |
* | | h264: don't store intra pcm samples in h->mb. | Ronald S. Bultje | 2013-02-18 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-16 | 1 | -13/+57 |
|\| |
|
| * | h264: deMpegEncContextize | Anton Khirnov | 2013-02-15 | 1 | -13/+57 |
* | | Merge commit 'c5fcdb440237f06f6c954185ab60970cabf786a2' | Michael Niedermayer | 2013-02-07 | 1 | -3/+0 |
|\| |
|
| * | h264: remove silly macros | Anton Khirnov | 2013-02-06 | 1 | -3/+0 |
* | | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27' | Michael Niedermayer | 2013-02-07 | 1 | -0/+2 |
|\| |
|
| * | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-24 | 1 | -0/+2 |
|\| |
|