summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* OpenEXR decoderJimmy Christensen2014-04-012-0/+2
* mov: Unbreak sbtl writingMichael Niedermayer2014-03-311-3/+7
* mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhdMichael Niedermayer2014-03-312-56/+55
* mov: fill in subtitle dimensions after parsing tkhdMichael Niedermayer2014-03-311-1/+13
* isom: only write the size if its non zero in mov_rewrite_dvd_sub_extradata()Michael Niedermayer2014-03-311-2/+4
* isom: Simplify mov_rewrite_dvd_sub_extradata()Michael Niedermayer2014-03-311-10/+8
* movenc: Add dvd subtitle supportJohn Stebbins2014-03-281-5/+78
* PAF demuxer and decoderPaul B Mahol2014-03-274-1/+270
* BRender PIX image decoderAleksi Nurmi2014-03-271-0/+1
* Alias PIX image encoder and decoderVittorio Giovara2014-03-262-1/+2
* mp3dec: export replaygain tags from ID3v2Anton Khirnov2014-03-242-1/+8
* Add replaygain side data type and code for parsing replaygain tags.Anton Khirnov2014-03-242-0/+185
* lavf: add an AVStream field for exporting stream-global side dataAnton Khirnov2014-03-243-2/+30
* mpeg: K&R formatting cosmeticsTanja Batchelor2014-03-241-141/+169
* movenc: Allow override of major brand in ftyp atomJohn Stebbins2014-03-232-1/+6
* mxf: Lowercase UL stringsLuca Barbato2014-03-191-41/+42
* mxf: Verbose debug loggingLuca Barbato2014-03-191-2/+27
* mxf: Override faulty PreviousPartition entriesLuca Barbato2014-03-191-0/+20
* mxf: Add additional H264 PictureEssenceCodingLuca Barbato2014-03-191-0/+1
* mpegts: Forward error codes in various functionsKeiji Costantini2014-03-181-48/+61
* mpegts: K&R formatting cosmeticsKeiji Costantini2014-03-181-329/+391
* img2: add j2c file extensionJean First2014-03-162-1/+2
* raw, nut: Support rgba64 encodingCarl Eugen Hoyos2014-03-161-0/+4
* isom: fix C99-style declarationMichael Niedermayer2014-03-161-1/+2
* aacdec: Lower the number of frames required to detect ADTSMartin Storsjö2014-03-161-1/+1
* aacdec: Don't count probed ADTS frames if there are false positivesMartin Storsjö2014-03-161-1/+9
* isom: convert mp4 dvdsub extradata to vobsub formatwm42014-03-151-0/+57
* aac: K&R formatting cosmeticsLuca Barbato2014-03-141-23/+28
* http: Properly initialize icy headers stringAlessandro Ghedini2014-03-121-0/+4
* http: Declare more parameters as const where possibleMartin Storsjö2014-03-121-2/+2
* http: Allow setting a Content-Type for POST requestsClément Bœsch2014-03-111-0/+6
* http: Improve options descriptionsAlessandro Ghedini2014-03-111-2/+2
* http: Always allow no-op seekAnssi Hannula2014-03-111-0/+3
* http: Add support for selecting a request rangeAnssi Hannula2014-03-111-3/+14
* http: Support setting custom User-AgentClément Bœsch2014-03-111-2/+6
* http: Export Content-Type informationMichael Niedermayer2014-03-111-0/+5
* http: Add support reading ICY metadataLuca Barbato2014-03-111-1/+103
* http: Refactor process_lineLuca Barbato2014-03-111-51/+85
* http: K&R formatting cosmeticsLuca Barbato2014-03-111-15/+17
* http: Drop doxy commentsLuca Barbato2014-03-111-5/+11
* http: Return meaningful error codesLuca Barbato2014-03-111-6/+6
* avformat: Report the duration analysis reachedLuca Barbato2014-03-111-1/+2
* lavf: more correct printf format specifiersDiego Biurrun2014-03-1126-57/+114
* lavf: always use av_freeMichael Niedermayer2014-03-101-1/+1
* lavf: simplify ff_hevc_annexb2mp4_bufTim Walker2014-03-102-42/+5
* hevc: Use get_se_golomb_longLuca Barbato2014-03-101-5/+5
* mxfdec: Validate parameters to strftimeMartin Storsjö2014-03-101-0/+9
* matroskaenc: enable Annex B to MP4 conversion for HEVC tracks.Tim Walker2014-03-091-0/+4
* matroskaenc: write private data in hvcC format for HEVC.Tim Walker2014-03-092-1/+4
* movenc: allow muxing HEVC in MODE_MP4.Tim Walker2014-03-092-0/+2
OpenPOWER on IntegriCloud