summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12enc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-6/+6
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-6/+6
| * mpeg12enc: always write closed gops for intra only outputsMarton Balint2016-02-221-1/+1
* | Merge commit 'd749615333084e62c9fcc480d1ae466369fdf14f'Derek Buitenhuis2016-01-311-5/+15
|\ \ | |/
| * lavc: Move timecode_frame_start to codec private optionsVittorio Giovara2016-01-211-2/+11
* | avcodec/mpeg12enc: Move high resolution thread check to before initializing t...Michael Niedermayer2016-01-211-3/+0
* | avcodec/motion_est: Fix mv_penalty table sizeMichael Niedermayer2016-01-051-3/+3
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-5/+5
* | avcodec/mpeg12enc: Basic support for encoding non even QPs for -non_linear_qu...Michael Niedermayer2015-09-181-13/+1
* | avcodec/mpeg12enc: extend QP range to 28 for non linear quantizersMichael Niedermayer2015-07-301-4/+6
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* | Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'Michael Niedermayer2015-05-281-2/+2
|\ \ | |/
| * rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-281-2/+2
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-221-1/+1
|\ \ | |/
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-1/+1
| * mpeg12enc: increase declared size of block function argumentMichael Niedermayer2014-11-111-2/+2
* | avcodec: use av_mod_uintp2() where usefulJames Almer2015-04-211-4/+4
* | Merge commit '37b3361e755361d4ff14a2973df001c0140d98d6'Michael Niedermayer2014-11-061-1/+2
|\ \ | |/
| * mpeg12enc: factor out check in encode_dcVittorio Giovara2014-11-061-1/+2
| * mpeg12enc: Add missing #include for PICT_FRAMEDiego Biurrun2014-08-211-0/+1
* | Replace incorrect use of "multiply" with "multiple"James Darnley2014-08-271-1/+1
* | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer2014-08-151-5/+5
|\ \ | |/
| * mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-5/+5
* | mpeg12enc: add seq_disp_ext option for deciding when to write a sequence_disp...Marton Balint2014-06-141-1/+5
* | mpeg12enc: add support for PANSCAN side data in sequence_display_extensionMarton Balint2014-06-141-5/+23
* | avcodec/mpeg12enc: store sequence display extension only if we have something...Michael Niedermayer2014-06-061-11/+15
* | Merge commit '8a06794112d02a5707f766b8b38a5d50dfd03898'Michael Niedermayer2014-06-061-0/+12
|\ \ | |/
| * mpeg2: add sequence display extension informationMarc-Antoine Arnaud2014-06-061-0/+12
* | avcodec/mpeg12enc: avoid floats in the aspect ratio info setup codeMichael Niedermayer2014-05-161-8/+8
* | avcodec/mpeg12enc: Favor storing DAR instead of SARFrederic Turmel2014-05-161-1/+1
* | avcodec/mpeg12enc: increase declared size of block function argumentMichael Niedermayer2014-04-281-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-091-5/+5
|\ \ | |/
| * mpegvideo: operate with pointers to AVFrames instead of whole structswm42014-04-091-5/+5
* | mpeg12enc: always set closed gop flag on the first gopMarton Balint2014-04-011-1/+1
* | mpeg12enc: always write closed gops for intra only outputsMarton Balint2014-04-011-1/+1
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-171-0/+1
|\ \ | |/
* | Merge commit '3d1d175367f1f22e0c4952299a258272e2e2acf1'Michael Niedermayer2013-12-091-0/+41
|\ \ | |/
| * mpeg12enc: set frame packing information when relevant metadata is foundVittorio Giovara2013-12-091-0/+41
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-0/+2
|\ \ | |/
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-2/+2
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* | Merge commit '7f93a861aaf2e76fd63b53ccc465909873b8dc29'Michael Niedermayer2013-09-061-456/+529
|\ \ | |/
| * mpeg12enc: K&R formatting cosmeticsVittorio Giovara2013-09-051-455/+529
* | Merge commit '66f091053f11a8957b2175480d2f368d2cf4474c'Michael Niedermayer2013-09-061-163/+158
|\ \ | |/
| * mpeg12enc: drop forward declarationsVittorio Giovara2013-09-051-163/+158
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-2/+5
|\ \ | |/
OpenPOWER on IntegriCloud